-
Notifications
You must be signed in to change notification settings - Fork 768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data for MongoDB #12
base: master
Are you sure you want to change the base?
Data for MongoDB #12
Conversation
…MySQL to MongoDB translation tools using Mongify
Good job! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Arkka, thanks for submitting a pull request! MongoDB format is welcomed :)
Are you familiar with Docker? If yes, would you help me to update the Dockerfile and the run.sh? So in the next run whoever run the update script, MongoDB data will be updated as well.
@@ -0,0 +1,35 @@ | |||
table "districts" do | |||
column "id", :key, :as => :integer, :rename_to => "code" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be better if you use 2 spaces indentation for Ruby code as in https://github.com/bbatsov/ruby-style-guide#spaces-indentation.
Please check http://mongify.com/getting_started.html | ||
|
||
# Getting started | ||
- Install mongify `gem install mongify` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use Gemfile instead?
untuk yang cari |
Added wilayah-administratif-indonesia's data for MongoDB format and translation configuration for converting MySQL data to MongoDB data.